/* CSS Document */
html,body{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	height:100%;
	text-align:center;
	font-family:"微软雅黑","微软雅黑",Arial,Helvetica,sans-serif;
	font-size:14px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body{overflow-x:hidden;}
*{ margin:0px; padding:0px;}
ul,li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
form,ul,li,table,td,p,span,h1,h2,h3,h4,h5,img,dl,dt,dd{
	margin:0px;
	padding:0px;
}
img{ border:none;}
a{
	text-decoration:none;
	outline:none;
}
a:focus,a:active { 
	outline: none; 
} 
a:link,a:visited {
	color: #000;
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: none;
	color: #000;
}
.left{float:left;}
.right{float:right;}



/*=============== public top start==================*/
.pubTop{
	background:url(../myimages/top-line.jpg) repeat-x top center #FFF;
	height:127px;
	overflow:hidden;
}
.pubTop .topLine{
	background:#333;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:12px;
	width:100%;
}
.pubTop .topLine p{
	display:block;
	width:1045px;
	margin:0px auto;
}
.pubTop .topLine p span{
	float:right;
}
.pubTop .topLine p span a{
	color:#FFF;
}
.pubTop .topLine p span a:hover{
	color:#EEE;
}
.pubTop div{
	width:1045px;
	margin:0px auto;	
}
.pubTop div h1{
	float:left;
	background:url(../myimages/logo.png) no-repeat left center;
	width:240px;
	height:97px;
}
.pubTop div h1 a{
	display:block;
	height:100%;
	text-indent:-9999px;
}
.pubTop div ul{
	float:right;
	width:720px;
	position:relative;
}
.pubTop div ul span{
	display:block;
	width:80px;
	position:absolute;
	bottom:0px;
	left:20px;
	background:#da261e;
	height:3px;
	transition:all 0.3s;
}
.pubTop div ul li{
	width:120px;
	float:left;
}
.pubTop div ul li a{
	display:block;
	height:97px;
	line-height:97px;
	font-size:16px;
	color:#333;
}
.pubTop div ul li.on a{
	font-weight:bold;
}
.pubTop div ul:hover li a{
	font-weight:normal;
}
.pubTop div ul li a:hover{
	font-weight:bold;
}
/*=============== public top end==================*/

/* ====== public banner start ====== */
.carousel-btn {
	text-align:center;
	margin:10px 0;
}
.carousel-btn a {
	display:inline-block;
	width:47px;
	height:2px;
	margin:0 5px;
	background:#515151;
	vertical-align:middle;
}
.carousel-btn .selected {
	background:#da261e;
	height:4px;
	cursor:default;
}
.carousel-btn a span {
	display:none;
}
.carousel-btn-fixed {
	width:100%;
	position:absolute;
	bottom:15px;
	left:0;
	margin:0;
	z-index:100;
}
.carousel {
	position:relative;
	padding:0px;
}

.carousel-item {
	position:relative;
	float:left;
	display:block;
}
.carousel-item .carousel-img {
	display:block;
}
.carousel-item .carousel-img a[href="javascript:;"] {
	cursor:default;
}
.carousel-item .carousel-img img {
	display:block;
}
.responsive-carousel {
	overflow:hidden;
}
.responsive-carousel .carousel-item img {
	width:100%;
	height:auto !important;
}
.responsive-carousel .carousel-direction {
	display:none;
}
.responsive-carousel:hover .carousel-direction {
	display:block;
}
.responsive-carousel-set .carousel-info-inner h3 {
	font-weight:normal;
}
/* ====== public banner end ====== */

/* ====== footer start ====== */
.pubFooter{
	background:#262626;
	overflow:auto;
	clear:both;
}
.pubFooter .footerTop{
	width:1000px;
	margin:0px auto;
	height:267px;
}
.pubFooter .footerTop dl{
	float:left;
	width:87px;
	margin-right:28px;
	text-align:left;
	height:220px;
	background:url(../myimages/line.jpg) no-repeat right center;
}
.pubFooter .footerTop dl dt{
	padding-top:21px;
	line-height:56px;
}
.pubFooter .footerTop dl dt a{
	color:#FFF;
}
.pubFooter .footerTop dl dt a:hover{
	color:#9b9b9b;
}
.pubFooter .footerTop dl dd a{
	font-size:12px;
	line-height:26px;
	color:#9b9b9b;
}
.pubFooter .footerTop dl dd a:hover{
	color:#FFF;
}
.pubFooter .footerTop dl:nth-child(6){
	background:none;
}
.pubFooter .footerTop .qr{
	display:block;
	padding-top:42px;
	padding-left:66px;
	float:left;
}
.pubFooter .footerTop .phone{
	display:block;
	float:left;
	color:#808080;
	font-size:12px;
	padding-top:55px;
	padding-left:34px;
}
.pubFooter .footerTop .phone img{
	margin-bottom:10px;
}
.pubFooter .footerBottom{
	height:50px;
	line-height:50px;
	background:#1c1c1c;
}
.pubFooter .footerBottom img{
	max-height:30px;
	vertical-align:middle;
}
.pubFooter .footerBottom div{
	width:1000px;
	margin:0px auto;
	text-align:left;
	color:#979797;
	font-size:12px;
}
.pubFooter .footerBottom div a{
	color:#7e7e7e;
}
.pubFooter .footerBottom div a:hover{
	color:#FFF;
}
/* ====== footer end ====== */



/*====== float Bar start ======*/
.floatBar{
	position:fixed;
	top:calc(50% - 310px);
	right:10px;
	width:110px;
	background:#333;
	height:620px;
	overflow:hidden;
	border-radius:5px;
}
.floatBar .close{
	position:absolute;
	top:0px;
	right:-0px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:10px;
	background:#da261e;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
}
.floatBar .barTop{
	height:57px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	background:url(../myimages/person.png) no-repeat center 12px #da261e;
	padding-top:40px;
}

.floatBar .barTop strong{
	font-size:18px;
	padding-top:5px;
	display:block;
}
.floatBar .barTop span{
	font-size:11px;
	color:#ea8f8b;
}
.floatBar .cart{
	color:#FFF;
	font-size:12px;
	background:url(../myimages/bag.png) no-repeat 2px center #fd6a00;
	width:95px;
	height:30px;
	line-height:30px;
	margin:0px auto;
	display:block;
	text-align:left;
	text-indent:20px;
}
.floatBar .cart span{
	color:#ffe506;
	padding:0px 2px;
}
.floatBar .cart:hover{
	background-color:#d95d03;
}
.floatBar h2{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	padding-top:10px;
}
.floatBar h2 span{
	font-size:10px;
	color:#8d8d8d;
	display:block;
}
.floatBar ul{
	line-height:30px;
	padding-top:10px;
	padding-bottom:6px;
	color:#FFF;
	font-size:12px;
}
.floatBar ul li{
	height:30px;
	overflow:hidden;
}
.floatBar ul img{
	vertical-align:middle;
}
.floatBar ul a{
	color:#FFF;
}
.floatBar ul a:hover{
	color:#DDD;
}

.gotop{
	cursor:pointer;
	color:#FFF;
}
.gotop:hover{
	color:#CCC;
}
.gotop strong{
	font-family:Impact;
	font-size:36px;
	text-transform:uppercase;
	line-height:48px;
}
/*====== public banner start ======*/
.pubBanner img{
	width:100%;
}
/*====== public banner end ======*/

/*====== public banner start ======*/
.pubBanner{
	overflow:auto;
}
.pubBanner img{
	width:100%;
}
/*====== public banner end ======*/
/*====== public bread start ======*/
.pubBread{
	border-bottom:1px solid #dbdbdb;
	background:#FFF;
}
.pubBread form{
	float:right;
}
.pubBread form input{
	border:1px solid #d5d5d5;
	height:26px;
	line-height:26px;
	text-indent:10px;
	color:#919191;
	width:180px;
	border-right:0px;
	vertical-align:middle;
}
.pubBread form button{
	height:28px;
	line-height:28px;
	border:0px;
	background:url(../myimages/zoom.png) no-repeat center center #da261e;
	width:40px;
	vertical-align:middle;
}
.pubBread div{
	width:1000px;
	margin:0px auto;
	background:url(../myimages/local.png) no-repeat left center;
	text-indent:25px;
	height:46px;
	line-height:46px;
	text-align:left;
	color:#666;
}
.pubBread div a{
	color:#666;
}
.pubBread div a:hover{
	color:#333;
}
.pubBread i{
	font-style:normal;
	font-family:'宋体';
}
/*====== public bread end ======*/
/*====== public content start ======*/
.pubCon{
	width:1000px;
	margin:0px auto;
	padding:32px 0px 50px 0px;
}

/*public left*/
.pubCon .left{
	width:235px;
	background:#ebebeb;
	border-radius:5px 5px 0px 0px;
	padding-bottom:26px;
	margin-bottom:30px;
}
.pubCon .left h1{
	height:64px;
	line-height:60px;
	font-size:24px;
	text-indent:32px;
	color:#FFF;
	background:#da261e;
	text-align:left;
	border-radius:5px 5px 0px 0px;
}
.pubCon .left h1 span{
	display:block;
	float:right;
	text-indent:0px;
	width:32px;
	height:32px;
	line-height:32px;
	border-radius:32px;
	border:1px solid #fefafa;
	font-family:'宋体';
	text-align:center;
	margin:15px 26px 0px 0px;
	font-size:20px;
}
.pubCon .left dl{
	padding:0px 6px;
	text-align:left;
}
.pubCon .left dl dt{
	height:50px;
	line-height:50px;
	background:url(../myimages/line1.jpg) no-repeat bottom center;
	text-indent:26px;
}
.pubCon .left dl dt a{
	color:#333;
	display:block;
}
.pubCon .left dl dt a:hover{
	color:#da261e;
	font-weight:bold;
}
.pubCon .left dl dt.on a{
	color:#da261e;
	font-weight:bold;
}
.pubCon .left dl dt span{
	float:right;
	font-family:'宋体';
	margin-right:26px;
	transition:all 0.3s;
}
.pubCon .left dl dt.on span{
	margin-right:20px;
}
.pubCon .left dl dt:hover span{
	margin-right:20px;
}
.pubCon .left dl dd{
	/*display:none;*/
	display:block;
}
.pubCon .left dl dd:first-child{
	padding-top:8px;
}
.pubCon .left dl dd a{
	display:block;
	text-indent:36px;
	height:35px;
	line-height:35px;
	color:#333;
	background:rgba(110,110,110,0);
	transition:all 0.2s;
}
.pubCon .left dl dd a:hover,.pubCon .left dl dd.on a{
	background:rgba(110,110,110,1);
	font-weight:bold;
	color:#FFF;
}
.pubCon .left dl dd:last-child{
	height:10px;
	background:url(../myimages/line1.jpg) no-repeat bottom center;
}

/*public right*/
.pubCon .right{
	padding-bottom:30px;
	width:745px;
}
/*products list*/
.pubCon .right .proList li{
	float:left;
	width:235px;
	margin-right:20px;
	height:348px;
	padding:14px 0px 16px 0px;
	text-align:left;
}
.pubCon .right .proList li:nth-child(3n){
	margin-right:0px;
}
.pubCon .right .proList li a{
	display:block;
	border:1px solid #ebebeb;
	background:#ebebeb;
	height:100%;
	color:#333;
	transition:all 0.3s;
}
.pubCon .right .proList li a .img{
	overflow:hidden;
	width:233px;
	height:233px;
}
.pubCon .right .proList li a .img img{
	transition:all 0.3s;
	width:233px;
	height:233px;
}
.pubCon .right .proList li a p{
	padding:12px 24px;
	line-height:24px;
	height:42px;
	overflow:hidden;
}
.pubCon .right .proList li a h3{
	color:#333;
	font-size:22px;
	font-weight:normal;
	padding:0px 20px;
	overflow:hidden;
}
.pubCon .right .proList li a h3 span{
	color:#848484;
	font-size:16px;
	text-decoration:line-through;
}
.pubCon .right .proList li:hover a {
	background:#da261e;
	color:#FFF;
}
.pubCon .right .proList li:hover a img{
	transform:scale(1.2);
}
.pubCon .right .proList li:hover a h3{
	color:#FFF;
}
.pubCon .right .proList li:hover a h3 span{
	color:#ff817b;
}
/*default content*/
.pubCon .right .content{
	text-align:left;
	/*text-indent:30px;*/
	line-height:30px;
	padding:14px 0px 30px 0px;
	color:#595959;
}
.pubCon .right .content a{
	color:#666;
}
.pubCon .right .content a:hover{
	color:#da261e;
}
.pubCon .right .content img{
	display:block;
}

/*news list*/

.pubCon .right .newsList{
	text-align:left;
}
.pubCon .right .newsList li{
	border:1px solid rgba(0,0,0,0.2);
	overflow:hidden;
	margin-bottom:10px;
	height:120px;
}
.pubCon .right .newsList li img{
	margin:16px 20px 0px 15px;
	float:left;
	width:115px;
	height:88px;
}
.pubCon .right .newsList li h3{
	padding-top:13px;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.pubCon .right .newsList li p{
	color:#666;
	line-height:24px;
	font-size:12px;
}
.pubCon .right .newsList li span{
	display:inline-block;
	background:url(../myimages/clock.png) no-repeat left center;
	font-size:12px;
	color:#909090;
	text-indent:20px;
	line-height:30px;
}
.pubCon .right .newsList li a{
	display:block;
	background:#FFF;
	transition:all 0.3s;
	height:100%;
}
.pubCon .right .newsList li a:hover{
	background:#E5E5E5;
}
.pubCon .right .newsList li a:hover h3{
	color:#da261e ;
}

/*news content*/
.pubCon .right .content .title{
	font-size:16px;
	text-align:center;
	text-indent:0px;
}
.pubCon .right .content .auxtit{
	color:#999;
	text-align:right;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	text-indent:0px;
	font-size:12px;
}
.pubCon .right .content .info{
	padding-bottom:20px;
}
.pubCon .right .content .auxtit .share,.pubCon .right .content .auxtit .share .bdsharebuttonbox{
	display:inline-block;
}
.pubCon .right .content .auxtit .share .bdsharebuttonbox{
	height:30px;
	overflow:hidden;
	vertical-align:middle;
}
/*====== public content end ======*/

/*====== public page start ======*/
#PageContent{
	color:#b6b6b6;
	line-height:23px;
	clear:both;
}
#PageContent a,#PageContent font{
	display:inline-block;
	padding:0px 7px;
	border-radius:2px;
	color:#b6b6b6;
}
#PageContent .current {
	background:#da261e;
	color:#FFF;
	font-weight:bold;
}
/*====== public page end ======*/